projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4dc16
)
(perform-replace): Remove leftover code.
author
Juanma Barranquero
<lekktu@gmail.com>
Sat, 13 Jan 2007 14:03:39 +0000
(14:03 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sat, 13 Jan 2007 14:03:39 +0000
(14:03 +0000)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index 0e1435824e17cf24100c46be8445d69187bf86c7..1e911b6e332c11ac9f9edc619561986e5ce011de 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-1519,7
+1519,7
@@
make, or the user didn't cancel the call."
(set-match-data real-match-data)
(setq next-replacement
(funcall (car replacements) (cdr replacements)
- replace-count)
nil
))
+ replace-count)))
(if (not query-flag)
(let ((inhibit-read-only
query-replace-skip-read-only))